QuickOPC User's Guide and Reference
Internal Optimizations
Advanced Topics > Internal Optimizations

OPC is quite “sensitive” to proper usage, with regard to efficiency. QuickOPC performs many internal optimizations, and uses the knowledge of proper approaches and procedures to effectively handle the communication with OPC servers.

Here are some of the optimizations implemented in QuickOPC.NET and QuickOPC-COM:

Here are some of the optimizations implemented in QuickOPC-UA:

In QuickOPC-UA, you can call a static method EasyUAClient.CloseAll to close all unused sessions that are open to OPC-UA servers.

See Also